LINALG
Source Files
Modules
Procedures
Derived Types
dense_to_msr
Function
7 statements
Source File
linalg_sparse.f90
linalg_sparse
dense_to_msr
Contents
public pure function dense_to_msr(a) result(rst)
Converts a dense matrix to an MSR matrix.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in),
dimension(:,:)
::
a
The dense matrix to convert.
Return Value
type(
msr_matrix
)
The MSR matrix.